projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0997ffb
)
gtk: also recolor circle and ellipse in symbolic SVG icons.
author
Jehan
<jehan@girinstud.io>
Fri, 22 Jun 2018 22:16:39 +0000
(
00:16
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Jun 2018 20:14:01 +0000
(16:14 -0400)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 45edf61ddfb29e69987891cf82f9803c1d0cb417..4de8a5c30801800b07f461fd49ac0f625c447484 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-4567,7
+4567,7
@@
gtk_icon_info_load_symbolic_svg (GtkIconInfo *icon_info,
" width=\"", width, "\"\n"
" height=\"", height, "\">\n"
" <style type=\"text/css\">\n"
- " rect,path {\n"
+ " rect,path
,ellipse,circle
{\n"
" fill: ", css_fg," !important;\n"
" }\n"
" .warning {\n"